github.com/refraction-networking/utls.echClientContext.innerHello (field)

16 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L262: 	innerHello      *clientHelloMsg
		handshake_client.go#L306: 		ech.innerHello = hello.clone()
		handshake_client.go#L322: 		if err := computeAndUpdateOuterECHExtension(hello, ech.innerHello, ech, true); err != nil {
		handshake_client_tls13.go#L85: 			if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
		handshake_client_tls13.go#L107: 			hkdf.Extract(hs.suite.hash.New, hs.echContext.innerHello.random, nil),
		handshake_client_tls13.go#L113: 			hs.hello = hs.echContext.innerHello
		handshake_client_tls13.go#L286: 				hkdf.Extract(hs.suite.hash.New, hs.echContext.innerHello.random, nil),
		handshake_client_tls13.go#L292: 				hello = hs.echContext.innerHello
		handshake_client_tls13.go#L456: 		hs.echContext.innerHello = hello
		handshake_client_tls13.go#L458: 			if err := hs.uconn.computeAndUpdateOuterECHExtension(hs.echContext.innerHello, hs.echContext, false); err != nil {
		handshake_client_tls13.go#L469: 			if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
		handshake_client_tls13.go#L473: 			if err := computeAndUpdateOuterECHExtension(hs.hello, hs.echContext.innerHello, hs.echContext, false); err != nil {
		u_conn.go#L580: 		ech.innerHello = inner
		u_handshake_client.go#L470: 		ech.innerHello = hello.clone()
		u_handshake_client.go#L486: 		if err := computeAndUpdateOuterECHExtension(hello, ech.innerHello, ech, true); err != nil {
		u_handshake_client.go#L580: 	encodedInner, err := encodeInnerClientHelloReorderOuterExts(echCtx.innerHello, int(echCtx.config.MaxNameLength), c.extensionsList())